home *** CD-ROM | disk | FTP | other *** search
Wildcat! WCX | 1995-12-25 | 373 b | 49 lines |
- '! Decompiled with wccNosy version 4.20f (freeware)
- '! Input File: in.wcx 373 bytes 03/05/125 02:32:44pm
- '! Code Segment Size :314 bytes
- '! Data Segment Size :4471 bytes
- '! String Segment Size:59 bytes
- '! Compiled with WCC version ? 019C017B
-
- Declare Function Func214(s65534 As String) As Integer
-
- Dim s4463 As String
- Dim s4467 As String
-
- s4463 = ProgPath + "LOGON.CID"
- If Func214(s4463) Then
- Input #1, s4467
- Close 1
- Else
- 87 If Not Func214(s4463) Then
- If User.SecLevel <> "SYSOP" Then
- GoTo 191
- Else
- 139 Cls
- Locate 10, 20
- Print "@0F@Path to CID_SW NOT found!"
- Delay 5
- GoTo 191
- End If
- End If
- End If
- 172 Run s4467 + "CID_SW", ""
- 191 Print DefColor
- Cls
- End
-
- '! Called 2 times
- Function Func214(s65534 As String) As Integer
- Func214 = -1
- If Exists(s65534) Then
- Open s65534 For Input As 1
- Else
- 273 Func214 = 0
- End If
- 279
- Catch 10
- Func214 = 0
- GoTo 306
- 306
- End Function
-